Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Oct 21, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on adding a new component, AAChainList, for displaying account abstraction-enabled chains in the application. It also updates the API route to fetch relevant chain data.

Detailed summary

  • Introduced AAChainList component in apps/portal/src/components/Document/AAChainList.tsx.
  • Implemented getChains function to fetch chains from the API.
  • Updated route.ts to fetch and filter account abstraction-enabled chains.
  • Exported AAChainList from apps/portal/src/components/Document/index.ts.
  • Integrated AAChainList into the page.mdx file for display.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@changeset-bot
Copy link

changeset-bot bot commented Oct 21, 2024

🦋 Changeset detected

Latest commit: 50f98d7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
thirdweb Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 21, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@vercel
Copy link

vercel bot commented Oct 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 11:29pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 11:29pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 11:29pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 11:29pm

@vercel vercel bot temporarily deployed to Preview – thirdweb-www October 21, 2024 00:09 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 21, 2024 00:09 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 21, 2024 00:09 Inactive
@joaquim-verges joaquim-verges changed the title show all supported chains in AA docs portal: show all supported chains in AA docs Oct 21, 2024
@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Oct 21, 2024
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @joaquim-verges and the rest of your teammates on Graphite Graphite

@joaquim-verges joaquim-verges marked this pull request as ready for review October 21, 2024 00:10
@codecov
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.29%. Comparing base (40aeb52) to head (50f98d7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5090   +/-   ##
=======================================
  Coverage   45.29%   45.29%           
=======================================
  Files        1059     1059           
  Lines       54754    54754           
  Branches     3959     3959           
=======================================
  Hits        24803    24803           
  Misses      29260    29260           
  Partials      691      691           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 40aeb52
packages 40.24% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 21, 2024 00:11 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www October 21, 2024 00:11 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 21, 2024 00:11 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Oct 21, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 42.85 KB (+0.09% 🔺) 857 ms (+0.09% 🔺) 3 s (-23.48% 🔽) 3.9 s
thirdweb (cjs) 102.66 KB (0%) 2.1 s (0%) 6.4 s (-17.33% 🔽) 8.4 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 194 ms (+28.26% 🔺) 291 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 279 ms (+126.55% 🔺) 289 ms
thirdweb/react (minimal + tree-shaking) 17.36 KB (0%) 348 ms (0%) 715 ms (+28.06% 🔺) 1.1 s

Copy link
Member

@jnsdls jnsdls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs build fails with these changes

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 21, 2024

Merge activity

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on enhancing the `Document` component by adding the `AAChainList` feature, which fetches and displays account abstraction chains. It also improves the API route for fetching chain data.

### Detailed summary
- Added `AAChainList` component in `apps/portal/src/components/Document/AAChainList.tsx`.
- Implemented `getChains` function to fetch account abstraction chains.
- Updated API route in `apps/portal/src/app/api/aa-chains/route.ts` to fetch services and chains.
- Integrated `AAChainList` in the `page.mdx` for displaying available chains.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants